docs: fix docs for out params
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 00:08:56 +0000 (19:08 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000 (12:41 -0500)
gtk/gtkaccellabel.c

index 3dbfeb8b9b545baeebb2cc2502ca9724f58f07a4..13e55403e88840e4477ac3ad198bb1392918e24f 100644 (file)
@@ -992,10 +992,10 @@ gtk_accel_label_set_accel (GtkAccelLabel   *accel_label,
 /**
  * gtk_accel_label_get_accel:
  * @accel_label: a #GtkAccelLabel
- * @accelerator_key: return location for the keyval
- * @accelerator_mods: return location for the modifier mask
+ * @accelerator_key: (out): return location for the keyval
+ * @accelerator_mods: (out): return location for the modifier mask
  *
- * Returns the keyval and modifier mask set with
+ * Gets the keyval and modifier mask set with
  * gtk_accel_label_set_accel().
  *
  * Since: 3.12